Fixing whitespace problems git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/sstream b/include/sstream index e520222..07b6ad4 100644 --- a/include/sstream +++ b/include/sstream
@@ -298,7 +298,7 @@ return *this; } -#endif +#endif // _LIBCPP_MOVE template <class _CharT, class _Traits, class _Allocator> void @@ -434,7 +434,7 @@ #ifndef _LIBCPP_NO_EXCEPTIONS try { -#endif +#endif // _LIBCPP_NO_EXCEPTIONS ptrdiff_t __nout = this->pptr() - this->pbase(); ptrdiff_t __hm = __hm_ - this->pbase(); __str_.push_back(char_type()); @@ -449,7 +449,7 @@ { return traits_type::eof(); } -#endif +#endif // _LIBCPP_NO_EXCEPTIONS } __hm_ = max(this->pptr() + 1, __hm_); if (__mode_ & ios_base::in) @@ -551,7 +551,7 @@ // 27.8.2.2 Assign and swap: basic_istringstream& operator=(basic_istringstream&& __rhs); -#endif +#endif // _LIBCPP_MOVE void swap(basic_istringstream& __rhs); // 27.8.2.3 Members: @@ -597,7 +597,7 @@ return *this; } -#endif +#endif // _LIBCPP_MOVE template <class _CharT, class _Traits, class _Allocator> inline _LIBCPP_INLINE_VISIBILITY @@ -670,7 +670,7 @@ // 27.8.2.2 Assign and swap: basic_ostringstream& operator=(basic_ostringstream&& __rhs); -#endif +#endif // _LIBCPP_MOVE void swap(basic_ostringstream& __rhs); // 27.8.2.3 Members: @@ -716,7 +716,7 @@ return *this; } -#endif +#endif // _LIBCPP_MOVE template <class _CharT, class _Traits, class _Allocator> inline _LIBCPP_INLINE_VISIBILITY @@ -789,7 +789,7 @@ // 27.8.2.2 Assign and swap: basic_stringstream& operator=(basic_stringstream&& __rhs); -#endif +#endif // _LIBCPP_MOVE void swap(basic_stringstream& __rhs); // 27.8.2.3 Members: @@ -835,7 +835,7 @@ return *this; } -#endif +#endif // _LIBCPP_MOVE template <class _CharT, class _Traits, class _Allocator> inline _LIBCPP_INLINE_VISIBILITY